d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP
authorOndřej Nový <onovy@debian.org>
Mon, 1 Oct 2018 08:35:43 +0000 (10:35 +0200)
committerOndřej Nový <onovy@debian.org>
Mon, 1 Oct 2018 08:35:43 +0000 (10:35 +0200)
debian/changelog
debian/tests/build

index 84c290e8a19e7153cb79dc059eeea041c739610e..20243fce7a480ea4119806a907a3d826910c247c 100644 (file)
@@ -1,10 +1,14 @@
 ostree (2018.8-2) UNRELEASED; urgency=medium
 
+  [ Simon McVittie ]
   * ostree-tests: Remove gjs dependency on s390x.
     mozjs60 doesn't work on s390x, so gjs is in danger of being removed
     from that architecture (see #909536). The test that uses JS is
     automatically skipped if the interpreter is missing.
 
+  [ Ondřej Nový ]
+  * d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP
+
  -- Simon McVittie <smcv@debian.org>  Thu, 27 Sep 2018 19:45:55 +0100
 
 ostree (2018.8-1) unstable; urgency=medium
index 594e4f7700bae49bc5d78fb7eee9dc30de0877d1..f10f8cf48154149520416899ed299f0f58a16dd3 100755 (executable)
@@ -4,7 +4,7 @@ set -e
 exec 2>&1
 set -x
 
-cd "$ADTTMP"
+cd "$AUTOPKGTEST_TMP"
 
 cat > trivial.c <<EOF
 #include <ostree.h>